home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003 July / EnterCD 7_2003.iso / Ekstra / GL Force 2001 3.0 / 3DFont.rc < prev    next >
Encoding:
Text File  |  2002-03-20  |  12.5 KB  |  414 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif\r\n"
  53.     "#include ""res\\3DFont.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#include ""afxprint.rc""       // printing/print preview resources\r\n"
  56.     "#endif\0"
  57. END
  58.  
  59. #endif    // APSTUDIO_INVOKED
  60.  
  61.  
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // Icon
  65. //
  66.  
  67. // Icon with lowest ID value placed first to ensure application icon
  68. // remains consistent on all systems.
  69. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\3DFont.ico"
  70. IDR_MY3DFOTYPE          ICON    DISCARDABLE     "res\\3DFontDoc.ico"
  71.  
  72. /////////////////////////////////////////////////////////////////////////////
  73. //
  74. // Bitmap
  75. //
  76.  
  77. IDR_MAINFRAME           BITMAP  MOVEABLE PURE   "res\\Toolbar.bmp"
  78.  
  79. /////////////////////////////////////////////////////////////////////////////
  80. //
  81. // Toolbar
  82. //
  83.  
  84. IDR_MAINFRAME TOOLBAR DISCARDABLE  16, 15
  85. BEGIN
  86.     BUTTON      ID_FILE_NEW
  87.     BUTTON      ID_FILE_OPEN
  88.     BUTTON      ID_FILE_SAVE
  89.     SEPARATOR
  90.     BUTTON      ID_EDIT_CUT
  91.     BUTTON      ID_EDIT_COPY
  92.     BUTTON      ID_EDIT_PASTE
  93.     SEPARATOR
  94.     BUTTON      ID_FILE_PRINT
  95.     BUTTON      ID_APP_ABOUT
  96. END
  97.  
  98.  
  99. /////////////////////////////////////////////////////////////////////////////
  100. //
  101. // Menu
  102. //
  103.  
  104. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  105. BEGIN
  106.     POPUP "&File"
  107.     BEGIN
  108.         MENUITEM "&New\tCtrl+N",                ID_FILE_NEW
  109.         MENUITEM "Pause",                       ID_FILE_PAUSE
  110.         MENUITEM "Resume",                      ID_FILE_RESUME
  111.         MENUITEM SEPARATOR
  112.         MENUITEM "Recent File",                 ID_FILE_MRU_FILE1, GRAYED
  113.         MENUITEM SEPARATOR
  114.         MENUITEM "E&xit",                       ID_APP_EXIT
  115.     END
  116.     POPUP "&Help"
  117.     BEGIN
  118.         MENUITEM "&About Force",                ID_APP_ABOUT
  119.     END
  120. END
  121.  
  122.  
  123. /////////////////////////////////////////////////////////////////////////////
  124. //
  125. // Accelerator
  126. //
  127.  
  128. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  129. BEGIN
  130.     "N",            ID_FILE_NEW,            VIRTKEY, CONTROL
  131.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL
  132.     "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL
  133.     "P",            ID_FILE_PRINT,          VIRTKEY, CONTROL
  134.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL
  135.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL
  136.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL
  137.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL
  138.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT
  139.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT
  140.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL
  141.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT
  142.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  143.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT
  144. END
  145.  
  146.  
  147. /////////////////////////////////////////////////////////////////////////////
  148. //
  149. // Dialog
  150. //
  151.  
  152. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 151
  153. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  154. CAPTION "About Force"
  155. FONT 8, "MS Sans Serif"
  156. BEGIN
  157.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,21,20
  158.     LTEXT           "Force Release 4",IDC_STATIC,40,10,119,8,SS_NOPREFIX
  159.     LTEXT           "www.listensoftware.com",IDC_STATIC,40,25,119,8
  160.     DEFPUSHBUTTON   "OK",IDOK,178,130,32,14,WS_GROUP
  161.     LTEXT           "davepamn@relia.net",IDC_STATIC,40,36,119,8
  162. END
  163.  
  164. IDD_HELP DIALOG DISCARDABLE  0, 0, 213, 169
  165. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  166. CAPTION "Help"
  167. FONT 8, "MS Sans Serif"
  168. BEGIN
  169.     DEFPUSHBUTTON   "OK",IDOK,149,138,50,14
  170.     LTEXT           "Force R4",IDC_STATIC,13,12,119,8,SS_NOPREFIX
  171.     LTEXT           "www.listensoftware.com",IDC_STATIC,13,27,119,8
  172.     LTEXT           "davepamn@relia.net",IDC_STATIC,13,38,119,8
  173.     LTEXT           "801-782-6705",IDC_STATIC,15,50,54,8
  174.     EDITTEXT        IDC_Instructions,21,65,169,68,ES_MULTILINE | ES_READONLY | 
  175.                     NOT WS_BORDER | WS_VSCROLL
  176. END
  177.  
  178. IDD_BANNER DIALOG DISCARDABLE  0, 0, 244, 134
  179. STYLE DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU
  180. CAPTION "Welcome to GL Force R5"
  181. FONT 8, "MS Sans Serif"
  182. BEGIN
  183.     DEFPUSHBUTTON   "Let the Games Begin",IDOK,150,106,80,14
  184.     CTEXT           "GL Force Release 5",IDC_STATIC,28,15,192,11
  185.     CTEXT           "www.listensoftware.com",IDC_STATIC,30,33,192,11
  186.     CTEXT           "David Nishimoto",IDC_STATIC,29,53,192,11
  187.     CTEXT           "OpenGL - Open Source Project",IDC_STATIC,29,71,192,11
  188. END
  189.  
  190.  
  191. #ifndef _MAC
  192. /////////////////////////////////////////////////////////////////////////////
  193. //
  194. // Version
  195. //
  196.  
  197. VS_VERSION_INFO VERSIONINFO
  198.  FILEVERSION 1,0,0,1
  199.  PRODUCTVERSION 1,0,0,1
  200.  FILEFLAGSMASK 0x3fL
  201. #ifdef _DEBUG
  202.  FILEFLAGS 0x1L
  203. #else
  204.  FILEFLAGS 0x0L
  205. #endif
  206.  FILEOS 0x4L
  207.  FILETYPE 0x1L
  208.  FILESUBTYPE 0x0L
  209. BEGIN
  210.     BLOCK "StringFileInfo"
  211.     BEGIN
  212.         BLOCK "040904b0"
  213.         BEGIN
  214.             VALUE "CompanyName", "\0"
  215.             VALUE "FileDescription", "3D Cube Drop\0"
  216.             VALUE "FileVersion", "1, 0, 0, 1\0"
  217.             VALUE "InternalName", "3DFont\0"
  218.             VALUE "LegalCopyright", "Copyright (C) 2001\0"
  219.             VALUE "OriginalFilename", "3DFont.EXE\0"
  220.             VALUE "ProductName", "3DFont Application\0"
  221.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  222.         END
  223.     END
  224.     BLOCK "VarFileInfo"
  225.     BEGIN
  226.         VALUE "Translation", 0x409, 1200
  227.     END
  228. END
  229.  
  230. #endif    // !_MAC
  231.  
  232.  
  233. /////////////////////////////////////////////////////////////////////////////
  234. //
  235. // DESIGNINFO
  236. //
  237.  
  238. #ifdef APSTUDIO_INVOKED
  239. GUIDELINES DESIGNINFO DISCARDABLE 
  240. BEGIN
  241.     IDD_ABOUTBOX, DIALOG
  242.     BEGIN
  243.         LEFTMARGIN, 7
  244.         RIGHTMARGIN, 210
  245.         TOPMARGIN, 7
  246.         BOTTOMMARGIN, 144
  247.     END
  248.  
  249.     IDD_HELP, DIALOG
  250.     BEGIN
  251.         LEFTMARGIN, 7
  252.         RIGHTMARGIN, 206
  253.         TOPMARGIN, 7
  254.         BOTTOMMARGIN, 162
  255.     END
  256.  
  257.     IDD_BANNER, DIALOG
  258.     BEGIN
  259.         LEFTMARGIN, 7
  260.         RIGHTMARGIN, 237
  261.         TOPMARGIN, 7
  262.         BOTTOMMARGIN, 127
  263.     END
  264. END
  265. #endif    // APSTUDIO_INVOKED
  266.  
  267.  
  268. /////////////////////////////////////////////////////////////////////////////
  269. //
  270. // String Table
  271. //
  272.  
  273. STRINGTABLE PRELOAD DISCARDABLE 
  274. BEGIN
  275.     IDR_MAINFRAME           "3DFont\n\nMy3DFo\n\n\nMy3DFont.Document\nMy3DFo Document"
  276. END
  277.  
  278. STRINGTABLE PRELOAD DISCARDABLE 
  279. BEGIN
  280.     AFX_IDS_APP_TITLE       "Cube Drop"
  281.     AFX_IDS_IDLEMESSAGE     "Ready"
  282. END
  283.  
  284. STRINGTABLE DISCARDABLE 
  285. BEGIN
  286.     ID_INDICATOR_EXT        "EXT"
  287.     ID_INDICATOR_CAPS       "CAP"
  288.     ID_INDICATOR_NUM        "NUM"
  289.     ID_INDICATOR_SCRL       "SCRL"
  290.     ID_INDICATOR_OVR        "OVR"
  291.     ID_INDICATOR_REC        "REC"
  292. END
  293.  
  294. STRINGTABLE DISCARDABLE 
  295. BEGIN
  296.     ID_FILE_NEW             "Create a new document\nNew"
  297.     ID_FILE_OPEN            "Open an existing document\nOpen"
  298.     ID_FILE_CLOSE           "Close the active document\nClose"
  299.     ID_FILE_SAVE            "Save the active document\nSave"
  300.     ID_FILE_SAVE_AS         "Save the active document with a new name\nSave As"
  301.     ID_FILE_PAGE_SETUP      "Change the printing options\nPage Setup"
  302.     ID_FILE_PRINT_SETUP     "Change the printer and printing options\nPrint Setup"
  303.     ID_FILE_PRINT           "Print the active document\nPrint"
  304.     ID_FILE_PRINT_PREVIEW   "Display full pages\nPrint Preview"
  305. END
  306.  
  307. STRINGTABLE DISCARDABLE 
  308. BEGIN
  309.     ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
  310.     ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"
  311. END
  312.  
  313. STRINGTABLE DISCARDABLE 
  314. BEGIN
  315.     ID_FILE_MRU_FILE1       "Open this document"
  316.     ID_FILE_MRU_FILE2       "Open this document"
  317.     ID_FILE_MRU_FILE3       "Open this document"
  318.     ID_FILE_MRU_FILE4       "Open this document"
  319.     ID_FILE_MRU_FILE5       "Open this document"
  320.     ID_FILE_MRU_FILE6       "Open this document"
  321.     ID_FILE_MRU_FILE7       "Open this document"
  322.     ID_FILE_MRU_FILE8       "Open this document"
  323.     ID_FILE_MRU_FILE9       "Open this document"
  324.     ID_FILE_MRU_FILE10      "Open this document"
  325.     ID_FILE_MRU_FILE11      "Open this document"
  326.     ID_FILE_MRU_FILE12      "Open this document"
  327.     ID_FILE_MRU_FILE13      "Open this document"
  328.     ID_FILE_MRU_FILE14      "Open this document"
  329.     ID_FILE_MRU_FILE15      "Open this document"
  330.     ID_FILE_MRU_FILE16      "Open this document"
  331. END
  332.  
  333. STRINGTABLE DISCARDABLE 
  334. BEGIN
  335.     ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"
  336.     ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"
  337. END
  338.  
  339. STRINGTABLE DISCARDABLE 
  340. BEGIN
  341.     ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
  342. END
  343.  
  344. STRINGTABLE DISCARDABLE 
  345. BEGIN
  346.     ID_EDIT_CLEAR           "Erase the selection\nErase"
  347.     ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
  348.     ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
  349.     ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
  350.     ID_EDIT_FIND            "Find the specified text\nFind"
  351.     ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"
  352.     ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
  353.     ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
  354.     ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
  355.     ID_EDIT_UNDO            "Undo the last action\nUndo"
  356.     ID_EDIT_REDO            "Redo the previously undone action\nRedo"
  357. END
  358.  
  359. STRINGTABLE DISCARDABLE 
  360. BEGIN
  361.     ID_VIEW_TOOLBAR         "Show or hide the toolbar\nToggle ToolBar"
  362.     ID_VIEW_STATUS_BAR      "Show or hide the status bar\nToggle StatusBar"
  363. END
  364.  
  365. STRINGTABLE DISCARDABLE 
  366. BEGIN
  367.     AFX_IDS_SCSIZE          "Change the window size"
  368.     AFX_IDS_SCMOVE          "Change the window position"
  369.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  370.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  371.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  372.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  373.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  374. END
  375.  
  376. STRINGTABLE DISCARDABLE 
  377. BEGIN
  378.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  379.     AFX_IDS_SCTASKLIST      "Activate Task List"
  380. END
  381.  
  382. STRINGTABLE DISCARDABLE 
  383. BEGIN
  384.     AFX_IDS_PREVIEW_CLOSE   "Close print preview mode\nCancel Preview"
  385. END
  386.  
  387. #endif    // English (U.S.) resources
  388. /////////////////////////////////////////////////////////////////////////////
  389.  
  390.  
  391.  
  392. #ifndef APSTUDIO_INVOKED
  393. /////////////////////////////////////////////////////////////////////////////
  394. //
  395. // Generated from the TEXTINCLUDE 3 resource.
  396. //
  397. #define _AFX_NO_SPLITTER_RESOURCES
  398. #define _AFX_NO_OLE_RESOURCES
  399. #define _AFX_NO_TRACKER_RESOURCES
  400. #define _AFX_NO_PROPERTY_RESOURCES
  401.  
  402. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  403. #ifdef _WIN32
  404. LANGUAGE 9, 1
  405. #pragma code_page(1252)
  406. #endif
  407. #include "res\3DFont.rc2"  // non-Microsoft Visual C++ edited resources
  408. #include "afxres.rc"         // Standard components
  409. #include "afxprint.rc"       // printing/print preview resources
  410. #endif
  411. /////////////////////////////////////////////////////////////////////////////
  412. #endif    // not APSTUDIO_INVOKED
  413.  
  414.